type crypto/hpke.aead
8 uses
crypto/hpke (current package)
aead.go#L58: type aead struct {
aead.go#L65: var aes128GCM = &aead{
aead.go#L72: var aes256GCM = &aead{
aead.go#L79: var chacha20poly1305AEAD = &aead{
aead.go#L86: func (a *aead) ID() uint16 {
aead.go#L90: func (a *aead) aead(key []byte) (cipher.AEAD, error) {
aead.go#L97: func (a *aead) keySize() int {
aead.go#L101: func (a *aead) nonceSize() int {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |